home *** CD-ROM | disk | FTP | other *** search
/ Business Shareware / Business Shareware.iso / start / gfxapps / techplt1 / base3.hlp < prev    next >
Text File  |  1992-09-19  |  2KB  |  84 lines

  1. ** File: Base3.hlp
  2. ** Index: 13
  3.  
  4. ** Content: Dialog boxes
  5.  
  6.  
  7. █  Dialog boxes
  8.  
  9.     The dialog box is a special window
  10. designed for the program to get information
  11. from the user.  It is a convenient way to
  12. view and set multiple options.
  13.  
  14.     When you are making settings in a
  15. dialog box, you work with the following
  16. basic GraphVision dialog controls: input-
  17. line boxes, command buttons, list boxes,
  18. check boxes and radio buttons.
  19.  
  20.     If you are using a mouse, click the
  21. button, field or box you want.  When you
  22. are using the keyboard, press <Alt> and
  23. the underlined letter of an item to
  24. activate it.  Press <Tab> to move among
  25. Input-line and List boxes.
  26.  
  27.  
  28. █ Input-line box
  29.  
  30.     You type input text into an Input-line
  31. box.  Most basic text-editing keys work in
  32. the Input-line box.  If you continue to
  33. type once you reach the end of the box, the
  34. contents automatically scroll.  When you
  35. move to an empty Input-line box, an edit
  36. cursor (flashing underscore "_") appears .
  37. The text you type starts at this cursor
  38. point.  If the box you move to already
  39. contains text, this text is selected, and
  40. any text you type replaces it.
  41.  
  42.  
  43. █  Command button
  44.  
  45.     Choose a Command button to initiate an
  46. action immediately, such as carrying out or
  47. canceling a command.
  48.  
  49.  
  50. █  List box
  51.  
  52.     A list box displays a list of choices.
  53. It contains a vertical scroll bar that lets
  54. you scroll through and select from
  55. variable-length lists (often names) without
  56. leaving a dialog box.  You can use a mouse
  57. to make a selection, or use the arrow keys
  58. to move between list items and press
  59. <Space Bar> to select an item.
  60.  
  61. █  Check box
  62.  
  63.     Check boxes are used to get multiple
  64. choices from user.  You can select as many
  65. check box options as needed.  When a check
  66. box is selected, it contains an X.  To
  67. select a check box, click the box or select
  68. the group you want and use the arrow keys
  69. to choose a particular check box, then press
  70. <Space Bar> to select it.
  71.  
  72. █  Radio buttons
  73.  
  74.     Radio buttons represent mutually
  75. exclusive choices.  For this reason, radio
  76. buttons always come in groups, and you can
  77. select only one option at a time.  The
  78. selected radio button contains a black dot.
  79. To select a radio button, click the button
  80. or select the group you want and use the
  81. arrow keys to choose a particular radio
  82. button.
  83.  
  84.